home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / osr5 / sco / scripts / mail / index < prev    next >
Encoding:
Text File  |  1997-08-26  |  1.6 KB  |  32 lines

  1. scripts/mail/
  2. Utilities for dealing with mail, mostly ksh and gawk scripts.  These
  3. were written for SCO XENIX and SCO UNIX, but most should be portable to other
  4. flavors of UNIX without too much trouble.  If you don't have ksh for the
  5. #!/bin/ksh scripts, try pd-ksh, bash, or zsh.  For the gawk scripts, use
  6. version 2.15.5 or later. A gawk 3.0.0 binary for SCO 5.0 can be found in the
  7. scobins/ directory.
  8. Many of these programs are specific to the MMDF mail transport agent.  For
  9. example, they may expect MMDF style message separators (each message preceded
  10. and followed by a line consisting of four control-A characters), or may depend
  11. on the existence of programs that are part of the MMDF system (execmail,
  12. checkque, etc.)  In some cases, porting the utility to a different MTA will be
  13. fairly straightforward, assuming you know the language the utility is written
  14. in.
  15.  
  16. Filename   Description
  17. addrem     Send a reminder to yourself or other on this or another system.
  18. allmail    Read a set of mail folders.
  19. check      Check whether you or another user has new mail.
  20. editmbox   Select messages from an old mailbox to delete or save.
  21. from       Show who you have mail from.
  22. mailalert  Invoked to report on new mail if you've done "mbiff on"
  23. mailias    Reformat a mail alias.
  24. maillist   Print & change the contents of system mailing lists.
  25. mailq      Show the status of the MMDF & UUCP mail queues.
  26. mbiff      Turn on & off mail notification (sort of like biff).
  27. procrem    Receive a reminder note by mail.
  28. send       Send a file by mail.
  29. stripmsg   Remove unwanted header lines from mail and news messages.
  30. uniqmail   Get rid of duplicate mail messages.
  31.  
  32.